"Map Name Replacements"
{ //This file contains universal replacement of map names, so instead of display 'de_dust2', it will show 'dust2' this is used if the map is not found in the game files
    "aim_"   ""
    "ar_"    ""
    "awp_"   ""
    "bhop_"  ""
    "bkz_"   ""
    "cs_"    ""
    "de_"    ""
    "dm_"    ""
    "fun_"   ""
    "kz_"    ""
    "kzpro_" ""
    "mg_"    ""
    "pb_"    ""
    "skz_"   ""
    "surf_"  ""
    "vnl_"   ""
    "xc_"    ""
    "ze_"    ""
    "zm_"    ""
    "_"      " " //Replaces under scores with spaces
}
